UNPKG

291 BJavaScriptView Raw
1module.exports = {
2 "name": "Protocol Buffer Text Format",
3 "type": "data",
4 "aliases": [
5 "text proto",
6 "protobuf text format"
7 ],
8 "extensions": [
9 ".textproto",
10 ".pbt",
11 ".pbtxt"
12 ],
13 "tmScope": "source.textproto",
14 "aceMode": "text",
15 "languageId": 436568854
16}